Assuming you call ode15s with [t,y]=ode15s... then you can just use
diff(t)
which will show you the difference between each of the time points (aka the time step length). Or
max(diff(t))
will show you the largest time step.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!