You need to use the 'rows' option of ismember to find matching rows. Something like, (untested)
matchingRows = ismember(file1, rxn, 'rows');
enz = rxn(matchingRows, :);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!