checks whether argument is an existing file
x = isfile(filenames)
a character string or a string matrix.
a matrix of boolean (%t if filenames are
existing files).
x = isfile(filenames) checks whether filenames is an existing file or not (a
directory is not a file). See also isdir.