| MATLAB Application Program Interface | Search  Help Desk |
| mxIsNumeric | See Also |
Inquire if an mxArray contains numeric data
Fortran Syntax
integer*4 function mxIsNumeric(pm) integer*4 pm
Arguments
pmmxArray.
Returns
1 if themxArray contains numeric data, 0 otherwise.
Description
CallmxIsNumeric to inquire whether or not the mxArray contains a character array.
See Also
mxIsString