B = hasInternalDelay(sys) returns
1 (true) if the model sys has internal delays,
and 0 (false) otherwise. If sys is a model array,
then B is true if least one model in sys has
delays.
B = hasInternalDelay(sys,'elem') checks
each model in the model array sys and returns
a logical array of the same size as sys. The
logical array indicates which models in sys have
internal delays.