[TOC]
isnumeric
Determine if an array is a numeric array
Usage
isnumeric(A)
A
should be an array.
It returns logical 1 if
A
is a numeric array, and logical 0 if otherwise.
Numeric data types are double, logical and complex double.
It returns logical 1 if
A
is empty.