Okay, I got it to work now. The first answer was close, but this one is correct. For some reason using ismember() changed the syntax of find(). I assume it has to do with the output of ismember(), but perhaps someone else could offer a more thorough explanation.
find(ismember(comparison_array),array(1,:));