Determine whether input is numeric array
returns
logical TF
= isnumeric(A
)1
(true
) if A
is an array
of numeric data type. Otherwise, it returns logical 0
(false
).
Numeric types in MATLAB® include: int8
, int16
,
int32
, int64
, uint8
,
uint16
, uint32
, uint64
,
single
, and double
. For more information, see Integer Classes and
Floating-Point Numbers.