Hi Neil,
Yes it's highly recommended to add the Isolated attribute to you're tests.
Usually you'll want to add them in the class level so automatically the'll apply to all the test methods.
Putting the Isolate attribute clears up the fakes between each test and preventing unexpected errors that depends on the execution order of the tests.