ISFLOAT Test for Floating Point Array

Section: Array Generation and Manipulations

Usage

The syntax for isfloat is
   x = isfloat(y)

and it returns a logical 1 if the argument is a floating point array (i.e., a single or double), and a logical 0 otherwise.