Hi Saif,
Yes, you can perform integration using trapezoidal method as below:
Q_hr( i ) = 1 / 2 * ( dQ_hr( i ) + dQ_hr( i + 1 ) ) * istep ; where istep is the crank resolution.
Then you can calculate the total amount of heat release. To get MBF just normalize it. Hope this answer your question.
Syahar