MATLAB: Determining if a variable is a function handle

function handle

Is there a function to determine if a variable is a function handle? ishandle works only for graphics or Java object handles.
Thanks

Best Answer

isa(YourVar,'function_handle')